home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / util / arc / msdos-lha.readme < prev    next >
Encoding:
Text File  |  1996-10-25  |  6.5 KB  |  208 lines

  1. Short: LhA archiver 2.55 for MSDOS. Check .readme
  2.  
  3. This is version 2.55e, below the help for v2.11:
  4.  
  5.  
  6.  
  7.  
  8.                         LHA v2.11 HELP GUIDE
  9.  
  10.                  by Irv Hoff, cleared by Yoshi-san
  11.  
  12.                             3 March 1991
  13.  
  14.  
  15. LHA v2.11 - WHAT IS IT?
  16. -----------------------
  17.  
  18.      LHA v2.11 is a dual purpose archive program.
  19.  
  20.      1)  Its primary purpose is to take normal binary or text files
  21.          and make them smaller in size.  This saves great amounts of
  22.          storage space, with typical results being approximately 1/4
  23.          to 1/3 of original size.  It can handle any size file that
  24.          can be placed on the disk, together with the compressed file
  25.          it then makes.  Files in excess of 1 Mb may be easily used,
  26.          even though perhaps only 200 Kb RAM might be available.
  27.  
  28.          This eliminates any potential problems from one computer to
  29.          another.
  30.  
  31.          It does this with by using special "compression tables."
  32.          These are automatically built into the program and involve
  33.          mathematical procedures which are simple for a computer.
  34.  
  35.      2)  The secondary purpose is to take more than one of these
  36.          programs and include them in just one file, although each
  37.          will have its own individual name inside that file.
  38.  
  39.                This is called an "archive."  In the days of
  40.                CP/M, they were called "library" files.  In the
  41.                early days of MS-DOS (and other comparable pro-
  42.                grams used by IBM computers) they were called
  43.                .ARC files.
  44.  
  45.                However, as other comparable programs appeared,
  46.                they were given various "extents" to identify
  47.                the program used.  Some sample names are .ARC,
  48.                .DWC, .LZH, .PAK, .ZIP, .ZOO, etc.
  49.  
  50.                Each has its own special characteristics.
  51.                Lists comparing the various programs are
  52.                available.
  53.  
  54.  
  55. ARCHIVE FILES
  56. -------------
  57.  
  58.      LHA v2.11 can have hundreds of files in a single .LZH archive.
  59.      This allows storing complete hard disk directories in a space
  60.      typically 1/2 or less the original total - although many of the
  61.      files might already be archived.
  62.  
  63.      One such check we tried, made a file we called "TEST.LZH."  It
  64.      had 200 files and was 41% the original directory size.
  65.  
  66.      Not only is this a great saving in size for storage, but puts
  67.      (in this case), the 200 files into one, single file.  This is
  68.      often beneficial.  Among other things, all files associated with
  69.      one program are kept together in the same archive.
  70.  
  71.  
  72. ------------------------------------------------------------------------
  73.  
  74. SIMPLE INSTRUCTIONS FOR USING LHA v2.11
  75. ---------------------------------------
  76.  
  77.      1)  To compress one file called ABC.TXT.  (It will make a
  78.          file called ABC.LZH.)
  79.  
  80. 'a'               LHA a ABC ABC.TXT
  81.              or
  82. 'a'               LHA a ABC.LZH ABC.TXT
  83.                       ^    ^       ^
  84.                       a    b       c
  85.  
  86.  
  87.                   a  =  command
  88.                   b  =  archive program name
  89.                   c  =  pgm (or pgms) to be added/compressed
  90.  
  91.  
  92.          Either is suitable, one requires more typing.
  93.  
  94.          a)  In this case, the "a" is called a command.  There are
  95.              12 of those available (shown below).  A few are dupli-
  96.              cates to initially help users more familiar with other
  97.              programs.
  98.  
  99.              Typing LHA <ret> will display this list on the screen.
  100.              It also gives a very short summary what the command
  101.              does.
  102.  
  103.  
  104.      2)  ADDING a program to an existing file:
  105.  
  106. 'a'               LHA a ABC ABC.DOC
  107.                          ^
  108.                          archive name
  109.  
  110.  
  111.      3)  ADDING SEVERAL files at one time:
  112.  
  113. 'a'               LHA a ABC PGM1.EXT PGM2.EXT PGM3.EXT
  114.                          ^
  115.                          archive name
  116.  
  117.  
  118.      4) DELETING a file called PGM4.EXT:
  119.  
  120. 'd'               LHA d ABC PGM4
  121.                          ^
  122.                          archive name
  123.  
  124.  
  125.      5) EXTRACTING a file called PGM4.EXT:
  126.  
  127. 'e'  (or 'x')     LHA e ABC PGM4
  128.                          ^
  129.                          archive name
  130.  
  131.  
  132.      6) LOOKING at the archive contents:
  133.  
  134. 'l'  (or 'v')     LHA l ABC PGM4
  135.                          ^
  136.                          archive name
  137.  
  138.  
  139.      7) MOVES files into archive and deletes file from directory:
  140.  
  141. 'm'               LHA m ABC PGM1 PGM2 PGM3
  142.                          ^
  143.                          archive name
  144.  
  145.  
  146.      8) DISPLAY a text file in an archive:
  147.  
  148. 'p'               LHA p ABC PGM4
  149.                          ^
  150.                          archive name
  151.  
  152.  
  153.      9) TEST the integrity of an archive:
  154.  
  155. 't'               LHA t ABC PGM4
  156.                          ^
  157.                          archive name
  158.  
  159.  
  160.           NOTE:  LHA.EXE makes both "long and short SFX files."
  161.                  Check the advanced .DOC file for information.
  162.                  It has a quite extensive discussion on the SFX
  163.                  files.
  164.  
  165.  
  166. COMMANDS:
  167. ---------
  168.  
  169.      There are 12 commands available.
  170.  
  171.      The 'l' and 'v' are very slightly different, the 'v' putting
  172.      the file name on a line by itself.)  The 'e' and 'x' are
  173.      slightly different, as well.
  174.  
  175.      These are listed by typing just LHA without any command of
  176.      file name:
  177.  
  178. -------------------------------------------------------------------------------
  179.  
  180.   <command>
  181.      a: Add files           u: Update files        m: Move files
  182.      f: Freshen files       d: Delete files        p: disPlay files
  183.      e: Extract files       x: eXtract files with pathnames
  184.      l: List of files       v: View listing of files with pathnames
  185.      s: make a Self-extracting archive   t: Test the integrity of an archive
  186.  
  187.  
  188. OPTIONS
  189. -------
  190.  
  191.      There are 15 "options" which many users will not need/use.
  192.      They will be explained in detail in the LHA211.DOC manual for
  193.      advanced users.  Those are:
  194.  
  195.  
  196.   <option>
  197.      r: Recursively collect files        w: assign Work directory
  198.      x: allow eXtended file names        m: no Message for query
  199.      p: distinguish full Path names      c: skip time-stamp Check
  200.      a: allow any Attributes of files    z: Zero compression (only store)
  201.      t: archive's Time-stamp option      h: select Header level (default = 1)
  202.      o: use Old compatible method        n: display No indicator a/o pathname
  203.      i: not Ignore lower case            l: display Long name with indicator
  204.      -: '-' or '@' as the first letter of filenames
  205. ===============================================================================
  206.  
  207.                                   - end -
  208.